From: Andrea Corallo Date: Tue, 9 Jul 2024 19:17:48 +0000 (+0200) Subject: * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~725 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=871585db4ca71371e577e521d94caacc1b473e59;p=emacs.git * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning. --- diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index e87a5fc77b1..1a887c3a730 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el @@ -37,6 +37,7 @@ (declare-function sqlite-open "sqlite.c") (declare-function sqlite-load-extension "sqlite.c") (declare-function sqlite-version "sqlite.c") +(declare-function sqlite-execute-batch "sqlite.c") (ert-deftest sqlite-select () (skip-unless (sqlite-available-p))